ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexGridBase<T> Class / ChildItemsPath Property

In This Topic
    ChildItemsPath Property (FlexGridBase<T>)
    In This Topic
    Gets or sets the name of the property used to generate child rows in hierarchical grids.
    Syntax
    'Declaration
     
    Public Overridable Property ChildItemsPath As String
    public virtual string ChildItemsPath {get; set;}
    See Also